home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940024.txt < prev    next >
Internet Message Format  |  1994-11-13  |  6KB

  1. Date: Thu, 27 Jan 94 04:30:01 PST
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #24
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Thu, 27 Jan 94       Volume 94 : Issue   24
  11.  
  12. Today's Topics:
  13.                          Ethernet protocol ID
  14.                 TCP MSS and TCP WIN settings (2 msgs)
  15.  
  16. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  17. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  18. Problems you can't solve otherwise to brian@ucsd.edu.
  19.  
  20. Archives of past issues of the TCP-Group Digest are available
  21. (by FTP only) from UCSD.Edu in directory "mailarchives".
  22.  
  23. We trust that readers are intelligent enough to realize that all text
  24. herein consists of personal comments and does not represent the official
  25. policies or positions of any party.  Your mileage may vary.  So there.
  26. ----------------------------------------------------------------------
  27.  
  28. Date: Wed, 26 Jan 94 10:44:14 PST
  29. From: efb@suned1.Nswses.Navy.Mil (Everett F Batey)
  30. Subject: Ethernet protocol ID
  31. To: tcp-group@ucsd.edu
  32.  
  33. Last time I looked there was a complete list of known Vers 2 typefields in
  34. ftp.ftp.com or some such anan ftp server at ftp .. ..  Might do good to post
  35. it here from time to time .. 
  36.  
  37. Also .. If anyone has done any Public Domain work like Sun_s snoop .. similar 
  38. in function to Ether Sniff (c?) from Data General or whoevers ether ent tester
  39. I would appreciate a lead to that if it runs on a dos box and runs with winsock.
  40.  
  41. Welcome and Thanks /Ev .. Wa6Cre/
  42.  
  43. > Does anyone know where I can find a concise (or as consise as possible)
  44. > listing of known ethernet protocol id's??  I know in the ethernetdump
  45. > routing in NOS it identifies 3 of them and then just displays the p
  46.  
  47. **** FTP Software has this fantastic poster that splits ethernet packets
  48. up into protocol layers and lists all or many of the fields in each layer.
  49. They usually give it out at trade shows, and if you called them and asked
  50. nicely, they just might send you one. 
  51.  
  52. ------------------------------
  53.  
  54. Date: Wed, 26 Jan 1994 10:44:07 -0800
  55. From: Phil Karn <karn@qualcomm.com>
  56. Subject: TCP MSS and TCP WIN settings
  57. To: iiitac@pyramid.swansea.ac.uk
  58.  
  59. The MTU Discovery feature allows you to periodically "probe" the path
  60. with a larger packet to see if the minimum MTU has increased since you
  61. last stopped getting ICMP messages.
  62.  
  63. Of course, it is somewhat problematical to choose the interval at
  64. which you do this probing, because each packet that bounces wastes
  65. bandwidth on the links up to the bounce point.
  66.  
  67. Phil
  68.  
  69. ------------------------------
  70.  
  71. Date: Wed, 26 Jan 1994 15:52:58 -0500
  72. From: goldstein@carafe.tay2.dec.com
  73. Subject: TCP MSS and TCP WIN settings
  74. To: tcp-group@ucsd.edu
  75.  
  76. Phil,
  77.  
  78. It's hard to determine the real motivations behind a political 
  79. situation, but it might be surmountable.  I don't see the exact
  80. problems you see though; things might not be as bad as they look:
  81.  
  82. >I think there are three problems: one, there was a widespread perception
  83. >that there must exist a way to control gateway congestion without
  84. >having to modify IP and every router that handles it. 
  85.  
  86. True.  You would have to modify all the IPs to at least pass the bit,
  87. if they don't pass it now.  One rule of DECbit is that a router need
  88. not implement it, but must never clear it.
  89.  
  90. >Two, the
  91. >NSFNet backbone bandwidth has increased almost 1,000x over what it was
  92. back when TCP congestion control algorithms were such a hot topic.
  93. >Despite the enormous growth of the net this has pretty much eliminated
  94. >the widespread backbone congestion that used to occur back then, so
  95. >there is now much less interest in this problem. 
  96.  
  97. Raj describes that as a classical fallacy, albeit one with much
  98. political clout.  You can't solve congestion with bandwidth, just
  99. move it.  Now the backbone is fat but congestion occurs at the low-
  100. bandwidth egress points ("on-ramps").  ATM nets will really see this.
  101.  
  102. >Three, both TCPs
  103. >in a connection have to be aware of the scheme, because the sending
  104. >TCP relies on the other TCP to "reflect back" the IP congestion
  105. >experienced bit in its own header.
  106.  
  107. It's simpler than that.  The congestion window is in the receiver,
  108. not the sender.  All you need to do is lower the advertised window
  109. size, not echo back the bit.  That's an advantage of TCP over, say,
  110. HDLC, whose only window is in the sender.  The way we do it is to
  111. make the advertised window the lesser of buffer-space (normal window)
  112. or congestion-allowed window size.  The _loss_ (VJ/CUTE) window in
  113. DECnet/OSI lives in the transmitter, but the _congestion avoidance_
  114. window is the receiver's.  Thus if only one end does it, it can slow
  115. down the ignorant TCP doing the sending.
  116.  
  117. >I still think it's not too late to install the Decbit scheme in IP.
  118. >There's a spare bit in the flags field (right next to the MF and DF
  119. >bits) that could be used. I've had code in my own IP and TCP for some
  120. >time that reflects this bit back in another spare bit in the TCP
  121. >header, in preparation for eventually implementing the scheme. Again,
  122. >I wanted to make sure that there would be enough compatible systems
  123. >out there to make this thing work. But I haven't taken it beyond that.
  124.  
  125. That spare bit just sort of begs to be used for this, doesn't it? 
  126. I think somebody once suggested it at IETF but got nowhere, but then
  127. I only know that as hearsay and I don't even remember from whom.
  128.     fred   k1io
  129.  
  130. ------------------------------
  131.  
  132. End of TCP-Group Digest V94 #24
  133. ******************************
  134.